home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12629 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: noc.netcom.net!news
  2. From: Tarang Deshpande <tarang@willows.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Need help with linking error
  5. Date: Mon, 01 Apr 1996 16:34:21 -0800
  6. Organization: NETCOM Network Operations
  7. Message-ID: <3160760D.5F41@willows.com>
  8. References: <Dp4EL2.KFB@ecf.toronto.edu>
  9. NNTP-Posting-Host: daffy.willows.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB2 (Win95; I)
  14.  
  15. LEUNG HING KIT wrote:
  16. >         We are experiencing a problem with borland c++. During linking
  17. > it display a message indicating it cannot open the file "slibce.lib"
  18. > we search through the whole harddrive including the C directory of course but we can't find that file. Does anyone know where I get can 
  19. that library file.
  20. > Please help if you can. Thank You.
  21. > Email: leungh@ecf.toronto.edu
  22. >                                                 Thank You
  23.  
  24. SLIBCE.LIB is the standard C library for the 'small' model.  You must
  25. choose the small model when installing the compiler in order that this
  26. file is created.  Otherwise if you have the file MLIBCE.LIB for medium, 
  27. or LLIBCE.LIB for large you can just change the model that you use to
  28. compile and that should solve your problem.
  29.  
  30. Tarang
  31.